home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3viwseh.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_HORIZONTALVIEWSETTINGSGADGET_H = 1;
- include("oops/r3gadget.js")
-
-
- var R3CLID_HORIZONTALVIEWSETTINGSGADGET = 290;
-
-
-
-
- // Description: Adds a button whichs selects a drawing canvas class
- // p1: Integer, class id of the canvas (R3CLID_GFX, R3CLID_OPENGL etc)
-
- R3HVIEWSETCM_REGISTERCANVASB = 290017;
-
- function mR3HVIEWSETCM_REGISTERCANVASB(p1) {
- DoA2(this.r3obj, 290017, p1, R3TID_INTEGER, 0, 0, R3TID_INTEGER, 0);
- }
-
-
-
-
- R3HVIEWSETA_ShowLabels = 290501;
- function SetR3HVIEWSETA_ShowLabels(value) {
- R3Set(this.r3obj, R3HVIEWSETA_ShowLabels, value, R3TID_BOOLEAN, 0);
- }
-
- function GetR3HVIEWSETA_ShowLabels() {
- return R3Get(this.r3obj, R3HVIEWSETA_ShowLabels, R3TID_BOOLEAN, 0);
- }
-
- R3HVIEWSETA_ShowTargetGroup = 290502;
- function SetR3HVIEWSETA_ShowTargetGroup(value) {
- R3Set(this.r3obj, R3HVIEWSETA_ShowTargetGroup, value, R3TID_BOOLEAN, 0);
- }
-
- function GetR3HVIEWSETA_ShowTargetGroup() {
- return R3Get(this.r3obj, R3HVIEWSETA_ShowTargetGroup, R3TID_BOOLEAN, 0);
- }
-
- R3HVIEWSETA_ShowCameraGroup = 290503;
- function SetR3HVIEWSETA_ShowCameraGroup(value) {
- R3Set(this.r3obj, R3HVIEWSETA_ShowCameraGroup, value, R3TID_BOOLEAN, 0);
- }
-
- function GetR3HVIEWSETA_ShowCameraGroup() {
- return R3Get(this.r3obj, R3HVIEWSETA_ShowCameraGroup, R3TID_BOOLEAN, 0);
- }
-
- R3HVIEWSETA_ShowInteractorGr = 290504;
- function SetR3HVIEWSETA_ShowInteractorGr(value) {
- R3Set(this.r3obj, R3HVIEWSETA_ShowInteractorGr, value, R3TID_BOOLEAN, 0);
- }
-
- function GetR3HVIEWSETA_ShowInteractorGr() {
- return R3Get(this.r3obj, R3HVIEWSETA_ShowInteractorGr, R3TID_BOOLEAN, 0);
- }
-
- R3HVIEWSETA_ShowOrientationG = 290505;
- function SetR3HVIEWSETA_ShowOrientationG(value) {
- R3Set(this.r3obj, R3HVIEWSETA_ShowOrientationG, value, R3TID_BOOLEAN, 0);
- }
-
- function GetR3HVIEWSETA_ShowOrientationG() {
- return R3Get(this.r3obj, R3HVIEWSETA_ShowOrientationG, R3TID_BOOLEAN, 0);
- }
-
- R3HVIEWSETA_ShowCanvasGroup = 290506;
- function SetR3HVIEWSETA_ShowCanvasGroup(value) {
- R3Set(this.r3obj, R3HVIEWSETA_ShowCanvasGroup, value, R3TID_BOOLEAN, 0);
- }
-
- function GetR3HVIEWSETA_ShowCanvasGroup() {
- return R3Get(this.r3obj, R3HVIEWSETA_ShowCanvasGroup, R3TID_BOOLEAN, 0);
- }
-
-
-
- function r3Horizontalviewsettingsgadget () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_HORIZONTALVIEWSETTINGSGADGET, arguments);
- }
- // Methods
- this.REGISTERCANVASB=mR3HVIEWSETCM_REGISTERCANVASB;
-
- // Attributes
- this.GetShowLabels=GetR3HVIEWSETA_ShowLabels;
- this.SetShowLabels=SetR3HVIEWSETA_ShowLabels;
- this.GetShowTargetGroup=GetR3HVIEWSETA_ShowTargetGroup;
- this.SetShowTargetGroup=SetR3HVIEWSETA_ShowTargetGroup;
- this.GetShowCameraGroup=GetR3HVIEWSETA_ShowCameraGroup;
- this.SetShowCameraGroup=SetR3HVIEWSETA_ShowCameraGroup;
- this.GetShowInteractorGr=GetR3HVIEWSETA_ShowInteractorGr;
- this.SetShowInteractorGr=SetR3HVIEWSETA_ShowInteractorGr;
- this.GetShowOrientationG=GetR3HVIEWSETA_ShowOrientationG;
- this.SetShowOrientationG=SetR3HVIEWSETA_ShowOrientationG;
- this.GetShowCanvasGroup=GetR3HVIEWSETA_ShowCanvasGroup;
- this.SetShowCanvasGroup=SetR3HVIEWSETA_ShowCanvasGroup;
- }
-
- r3Horizontalviewsettingsgadget.prototype=new r3Window;
- // r3viwseh.h_H